home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / comm / tlx321_2.zip / TELIX321.NEW < prev   
Text File  |  1993-02-05  |  8KB  |  180 lines

  1.  
  2.   ---------------------------------------------------------------------------
  3.            deltaComm Development, PO Box 1185, Cary, NC  27512  USA
  4.  
  5.          (919)-460-4556 voice, (919)-460-4531 FAX, (919)-481-9399 BBS
  6.  
  7.       Telix Copyright (C) 1986,87,88,89,90,91,92 by deltaComm Development
  8.   ---------------------------------------------------------------------------
  9.  
  10.  
  11.   February 5, 1993 -- Notes on Telix 3.21:
  12.  
  13.      o 3.21 is a maintenance release for version 3.20 -- there are no new
  14.        features in this version.  The corrected situations are as follows:
  15.  
  16.      o Corrected code that under some circumstances would cause the dialing
  17.        box to read:
  18.  
  19.        Connected at       - press any key to continue.
  20.  
  21.      o Send('', filespec); in SALT would, under 3.15, prompt for a protocol,
  22.        but not the filename.  3.21 now works the same way 3.15 did.
  23.  
  24.      o When used with @FILELIST protocols, _ext_filespec was not being
  25.        properly loaded with FILELIST in SALT.
  26.  
  27.      o The picklist box has been a continuing source of problems to users of
  28.        removable drives (Bernoulli, device driven floppies, etc).  A new,
  29.        user-editable line can be added to TELIX.CNF (but only with a text
  30.        editor -- there was no room for this one under ALT-O):
  31.  
  32.        drivelst="acdxz"
  33.  
  34.        Each of the letters listed in quotes is validated as being a
  35.        POTENTIAL drive letter (i.e. A-Z) and then added to the picklist.  If
  36.        you try to list a drive that doesn't exist, Telix will *accept* the
  37.        drive unchecked, *until* you try to toggle to that drive via the box,
  38.        at which time Telix will attempt to validate the drive, and will not
  39.        allow the change.
  40.  
  41.        If this parameter is not listed in the config file, Telix will
  42.        continue to validate all drives when you press PgUp or Alt-S.
  43.  
  44.      o Xmodem uploads used boxes that appeared to be download text.
  45.  
  46.      o TELIX.MDM has been reworked and updated, with the addition of over
  47.        100 new modems, including most of the ones we get asked about most
  48.        frequently.  Try the new one if your modem was not listed before.
  49.        Please note that this new TELIX.MDM *requires* a version of
  50.        MODEMCFG.EXE dated 02/05/93 or later.
  51.  
  52.      o CSS Whenloop bugs have been fixed to no longer require accompanying
  53.        BEGIN/END statements.  This code now works:
  54.  
  55.        If Online then
  56.          Whenloop
  57.            Whenever "A" ENTER
  58.            Whenever "B" ENTER
  59.            Whenever "C" QUITWHEN
  60.          Endwhen
  61.  
  62.      o CS.EXE now compiles scripts requiring larger stacks, or scripts that
  63.        nest very deeply.  3.20's CS.EXE would not under some circumstances.
  64.  
  65.      o QDHost's log file now works properly.
  66.  
  67.      o Host+'s determine_baud() routine was rewritten, previously, when
  68.        it was unable to determine the baud rate, it would set it to 300.
  69.        The new revision will now set the baud rate to the DTE rate (or
  70.        original starting baud rate).
  71.  
  72.      o HPCOMP.EXE in Host+ was adding 5 or 6 'garbage' characters to
  73.        the message titles when the message base was packed.  This is
  74.        now fixed.
  75.  
  76.      o Host+ now correctly rescans the message/file base areas for
  77.        the first valid base available to the user when their access
  78.        level is upgraded online.
  79.  
  80.      o Alt-O/Terminal/settings would display "11520" rather than
  81.        "115200" due to a long-time bug dating back to PTel that limited the
  82.        length of the field to 5 characters.
  83.  
  84.  
  85. ------------------------------------------------------------------------------
  86.  
  87. (Toronto, Ontario) - Exis Inc., developers of the popular shareware modem
  88. communications software Telix, today announced the sale and transfer of rights
  89. to the program source code, trademark name, and future sales of the program to
  90. former Exis Technical Support Manager, Jeff Woods, for undisclosed terms.  No
  91. reason was given for the sale, but Woods stated that both parties were in
  92. agreement that this was the best course of action to ensure the long-term
  93. growth and prosperity of the product.  The chief programmer of Telix releases
  94. to-date, Colin Sampaleanu, will remain with Exis, working on other, unrelated
  95. projects.
  96.  
  97. Woods said Telix will be available from the new company, deltaComm Development,
  98. located in Cary, North Carolina, and support and upgrade pricing will continue
  99. to be offered to previous registered users.  A new minor upgrade to Telix will
  100. also be released before year's end, containing some of the more popular feature
  101. requests.  Some of these features, according to the new owner, are script
  102. 'learning' capability, easier learning curve for the powerful SALT scripting
  103. language, and the 'so-called' ANSI music capability. "Other ideas for this
  104. interim release are being discussed as well," said Woods.
  105.  
  106. "Further development," he added, "will proceed very rapidly toward early
  107. release of anticipated major revisions.  The minor release is mainly to adjust
  108. the public to the new company behind the product, and to offer some of the
  109. features of the major revision a bit early."
  110.  
  111. deltaComm Development          (919) 460-4556  voice support / inquiries
  112. Post Office Box 1185           (919) 460-4531  dedicated fax
  113. Cary, NC    27512-1185         (919) 481-9399  BBS (6 lines v.32bis/HST)
  114. USA                            (800) TLX-8000  orders only     
  115.  
  116.   December 10, 1992 -- Notes on Telix 3.20:
  117.  
  118.      o Telix 3.20 is being released to replace existing copies with
  119.        deltaComm copies, and to introduce some of the most frequently
  120.        requested features internally to Telix.
  121.  
  122.      o File transfer graphic representation bars have been added to all
  123.        protocols.  They now display a running presentation of exactly
  124.        how much a file transfer has left to go.
  125.  
  126.      o Transfer estimates are now based on the DCE rather than DTE connect
  127.        speed, making them much more reliable.  Your modem must return
  128.        the DCE speed as the first number after the connect string to
  129.        take advantage of this feature.
  130.  
  131.      o Added a "script learning" feature to the registered version.
  132.  
  133.      o Telix can now Swap to EMS/XMS/disk on a DOS Shell as an option.
  134.  
  135.      o Added a fifth external protocol, and added "Auto-download"
  136.        triggers for all external protocols.  If your external protocols
  137.        have strings that uniquely identify an incoming file, such as
  138.        HS/Link, you may now enjoy the automation of Zmodem on these
  139.        externals as well.
  140.  
  141.      o Added "Reverse Terminal Emulation" for European users.  RTE
  142.        reverses the order of emulation and translate tables, so that 7
  143.        bit systems that use the left bracket key as a remap key may now
  144.        work properly with ANSI and VT terminals.
  145.  
  146.      o Telix is forced to correct the version= line in TELIX.CNF if it
  147.        is incorrect.   This should make the check of this variable by
  148.        third party scripts much more reliable.
  149.  
  150.      o The SALT dial function now returns the proper value when the
  151.        dialing is aborted by the user.
  152.  
  153.      o Changed the character used by Telix when remote aborts transfers
  154.        to  thus avoiding placing a Control-Z into the capture file.
  155.  
  156.      o Corrected Zmodem cps rates to reflect more accurate (faster) rates.
  157.  
  158.      o Added /D command line parameter which lowers RTS on disk writes.
  159.        If you are getting a CRC error when your system writes to disk,
  160.        try using this option.
  161.  
  162.      o Added a second, simple scripting language for non-programmers,
  163.        called SIMPLE.  SALT remains untouched -- SIMPLE is an English ->
  164.        SALT translator.  Complete docs on SIMPLE are enclosed.
  165.  
  166.      o Added a BBS-calibre Host mode (doors, multiple message areas, etc)
  167.        formerly known as HOST 5.0 from Host Software Products.  It is
  168.        now an integral part of Telix.
  169.  
  170.      o File tagging for uploading files -- up to 100 files per transfer
  171.        -- has been added and extended to external protocols as well.
  172.  
  173.   ---------------------------------------------------------------------------
  174.            deltaComm Development, PO Box 1185, Cary, NC  27512  USA
  175.  
  176.          (919)-460-4556 voice, (919)-460-4531 FAX, (919)-481-9399 BBS
  177.  
  178.       Telix Copyright (C) 1986,87,88,89,90,91,92 by deltaComm Development
  179.   ---------------------------------------------------------------------------
  180.